LEADTOOLS Medical (Leadtools.Dicom assembly)

SetNumericValue(Double[],Int32) Method

Show in webframe







Buffer that contains the values to set.
Number of values to set. NumericValueCount is updated with this value.
Sets the values under the "Numeric Value" (0040,A30A) element.
Syntax
public void SetNumericValue( 
   double[] value,
   int length
)
'Declaration
 
Public Overloads Sub SetNumericValue( _
   ByVal value() As Double, _
   ByVal length As Integer _
) 
'Usage
 
Dim instance As DicomWaveformAnnotation
Dim value() As Double
Dim length As Integer
 
instance.SetNumericValue(value, length)
public void SetNumericValue( 
   double[] value,
   int length
)

            

            
 function Leadtools.Dicom.DicomWaveformAnnotation.SetNumericValue(Double[],Int32)( 
   value ,
   length 
)
public:
void SetNumericValue( 
   array<double>^ value,
   int length
) 

Parameters

value
Buffer that contains the values to set.
length
Number of values to set. NumericValueCount is updated with this value.
Remarks
The values set using this methods will be ignored if UnformattedTextValue is not a null reference (Nothing in Visual Basic).
Example
For an example, refer to WaveformGroupCount.
Requirements

Target Platforms

See Also

Reference

DicomWaveformAnnotation Class
DicomWaveformAnnotation Members
Overload List
NumericValueCount Property

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features